@import url('../../../Fonts/Poppins/poppins.css');
@import url('../../../Fonts/Ubuntu/ubuntu.css');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
}

header {
    height: 100vh;
    width: 100vw;
    background: radial-gradient(circle at top left, #00b818, #00ad65);
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

header h1 {
    color: white;
    font-size: 50px;
}